projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00236c0
)
about dialog: Fix compiler warnings
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 May 2015 01:21:37 +0000
(21:21 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 2 Jun 2015 13:08:14 +0000
(09:08 -0400)
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 24780fc4d34a25f766c1564d732387fdf308bdc1..330a0bff04cc393e9e9be9ed1e8d58441b2e5b37 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-2108,7
+2108,6
@@
text_buffer_new (GtkAboutDialog *about,
gchar *link;
gchar *uri;
const gchar *link_type;
- GtkTextTag *tag;
if (*q1 == '<')
{